ComponentOne Word for UWP
Font Constructor(RtfFontStyle,Double,Byte[])

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > Font Class > Font Constructor : Font Constructor(RtfFontStyle,Double,Byte[])
Font style attributes.
The font size in points.
The raw font file data.
Initializes a new instance of a Font object.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As RtfFontStyle, _
   ByVal sizeInPoints As System.Double, _
   ByVal fontData() As System.Byte _
)
public Font( 
   RtfFontStyle style,
   System.double sizeInPoints,
   System.byte[] fontData
)

Parameters

style
Font style attributes.
sizeInPoints
The font size in points.
fontData
The raw font file data.
See Also

Reference

Font Class
Font Members
Overload List